projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5375f3
)
Disable CollectionRef tests on too-old features
author
Felix Krull
<f_krull@gmx.de>
Wed, 22 May 2019 09:05:57 +0000
(11:05 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/src/tests/collection_ref.rs
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/src/tests/collection_ref.rs
b/rust-bindings/rust/src/tests/collection_ref.rs
index 9db3177aaee007b4a8e4b8dad67d72670528f5f4..b6bf050e6b17c63ef8105ea3d3a85f2c26f0bb1c 100644
(file)
--- a/
rust-bindings/rust/src/tests/collection_ref.rs
+++ b/
rust-bindings/rust/src/tests/collection_ref.rs
@@
-1,3
+1,5
@@
+#![cfg(feature = "v2018_6")]
+
use crate::CollectionRef;
use std::collections::hash_map::DefaultHasher;
use std::hash::{Hash, Hasher};